home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Winter / The Apple Reference & Presentations Library CD Winter 93 - Partner Edition.7z / Image.iso / Applications / Technical Publishing / Aldus PageMaker 4.2 / Aldus / PPDs / CG50_523.PPD < prev    next >
Text File  |  1991-12-05  |  29KB  |  564 lines

  1. *% Adobe Systems BETA PostScript(R) Printer Description File
  2. *% For "AGFA SelectSet 5000" version 49.3. 52.3
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 57
  4. *%
  5. *% Copyright 1988, 1989 Adobe Systems Incorporated.  All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *% Date: 4/22/91
  11. *FormatVersion: "3.0"
  12. *FileVersion: "1.0b2"
  13. *LanguageVersion: English
  14.  
  15. *Product: "(AGFA SelectSet 5000)"
  16. *PSVersion: "(49.3, 52.3) 320"
  17. *NickName: "AGFA SelectSet5000 v49.3,52.3"
  18.  
  19. *% General Information and Defaults ===============
  20. *FreeVM: "2453510"
  21. *ColorDevice: False
  22. *VariablePaperSize: True
  23. *FileSystem: True
  24. *?FileSystem: "
  25.   statusdict begin diskstatus end
  26.   exch pop 0 eq {(False)}{(True)}ifelse = flush
  27. "
  28. *End
  29. *Throughput: "1"
  30. *Password: "0"
  31. *ExitServer: "
  32.   count 0 eq {  % is the password on the stack?
  33.     true 
  34.   }{
  35.     dup    % potential password
  36.     statusdict begin checkpassword end not 
  37.   } ifelse 
  38.   {  %  if no password or not valid 
  39.     (WARNING : Cannot perform the exitserver command.) = 
  40.     (Password supplied is not valid.) = 
  41.     (Please contact the author of this software.) = flush
  42.     quit 
  43.   } if 
  44.   serverdict begin exitserver
  45. "
  46. *End
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true 
  50.   }{
  51.     dup    % potential password
  52.     statusdict begin checkpassword end not 
  53.   } ifelse 
  54.   {  %  if no password or not valid 
  55.     (WARNING : Cannot reset printer.) = 
  56.     (Password supplied is not valid.) = 
  57.     (Please contact the author of this software.) = flush
  58.     quit 
  59.   } if 
  60.   serverdict begin exitserver
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 2400dpi
  67. *SetResolution 1200dpi: " statusdict begin 1200 setresolution end "
  68. *SetResolution 2400dpi: " statusdict begin 2400 setresolution end "
  69. *SetResolution 3600dpi: " statusdict begin 3600 setresolution end "
  70. *?Resolution: "
  71. save
  72.   initgraphics
  73.   0 0 moveto currentpoint matrix defaultmatrix transform
  74.   0 72 lineto currentpoint matrix defaultmatrix transform
  75.   3 -1 roll sub dup mul
  76.   3 1 roll exch sub dup mul
  77.   add sqrt round cvi
  78.   (          ) cvs print (dpi) = flush
  79. restore
  80. "
  81. *End
  82.  
  83. *% Halftone Information ===============
  84. *ScreenFreq: "133.0"
  85. *ScreenAngle: "45.0"
  86. *DefaultScreenProc: Dot
  87. *ScreenProc Dot: "
  88. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  89. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  90. "
  91. *End
  92. *ScreenProc Line: "{ pop }"
  93. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  94.  
  95. *DefaultTransfer: Null
  96. *Transfer Null: "{ }"
  97. *Transfer Null.Inverse: "{ 1 exch sub }"
  98.  
  99. *% Paper Handling ===================
  100.  
  101. *% Use these entries to set paper size most of the time, unless there is
  102. *% specific reason to use PageRegion or PaperTray.
  103. *DefaultPageSize: Letter
  104. *PageSize Letter: "letter"
  105. *PageSize Legal: "legal"
  106. *PageSize Note: "note"
  107. *PageSize Tabloid: "17x11"
  108. *PageSize LARGE: "1584 1130 0 statusdict /setpage get exec"
  109. *PageSize A3: "A3"
  110. *PageSize A4: "a4"
  111. *PageSize A5: "a5"
  112. *PageSize B5: "b5"
  113. *PageSize Letter.Transverse: "Letter"
  114. *PageSize Legal.Transverse: "Legal"
  115. *PageSize A4.Transverse: "A4"
  116. *PageSize A5.Transverse: "A5"
  117. *PageSize B5.Transverse: "B5"
  118. *?PageSize: "
  119.  save 
  120.    /d0 5 dict def d0 begin
  121.      /420_595 (A5.Transverse) def
  122.      /516_729 (B5.Transverse) def
  123.      /595_842 (A4.Transverse) def
  124.      /612_792 (Letter.Transverse) def
  125.      /612_1008 (Legal.Transverse) def
  126.    end
  127.    /d1 8 dict def d1 begin
  128.      /595_420 (A5) def
  129.      /729_516 (B5) def
  130.      /792_612 (Letter) def
  131.      /842_595 (A4) def
  132.      /1008_612 (Legal) def
  133.      /1190_842 (A3) def
  134.      /1224_792 (Tabloid) def
  135.      /1130_1584 (LARGE) def
  136.    end
  137.    statusdict begin pageparams end
  138.    4 1 roll pop
  139.    /high exch 10 string cvs dup length /hlen exch def def
  140.    /wide exch 10 string cvs def
  141.    /key hlen 1 add wide length add string def
  142.    key 0 high putinterval 
  143.    key hlen (_) putinterval
  144.    key hlen 1 add wide putinterval
  145.    0 eq {d0}{d1}ifelse
  146.    key cvn {get}stopped {(Unknown)}if
  147.    = flush
  148.    restore
  149. "
  150. *End
  151.  
  152. *% These entries will set up the frame buffer. Usually used with manual feed.
  153. *DefaultPageRegion: Letter
  154. *PageRegion Letter: "letter"
  155. *PageRegion Legal: "legal"
  156. *PageRegion Note: "note"
  157. *PageRegion Tabloid: "17x11"
  158. *PageRegion LARGE: "1584 1130 0 statusdict /setpage get exec"
  159. *PageRegion A3: "A3"
  160. *PageRegion A4: "a4"
  161. *PageRegion A5: "a5"
  162. *PageRegion B5: "b5"
  163. *PageRegion Letter.Transverse: "Letter"
  164. *PageRegion Legal.Transverse:  "Legal"
  165. *PageRegion A4.Transverse: "A4"
  166. *PageRegion A5.Transverse: "A5"
  167. *PageRegion B5.Transverse: "B5"
  168.  
  169. *% The following entries provide information about specific paper keywords.
  170. *DefaultImageableArea: Letter
  171. *ImageableArea Letter: "0 0 612 792 "
  172. *ImageableArea Legal: "0 0 612 1008 "
  173. *ImageableArea Note: "0 0 612 792 "
  174. *ImageableArea Tabloid: "0 0 792 1224 "
  175. *ImageableArea LARGE: "0 0 1130 1584"
  176. *ImageableArea A3: "0 0 842 1190 "
  177. *ImageableArea A4: "0 0 595 842  "
  178. *ImageableArea A5: "0 0 420 595  "
  179. *ImageableArea B5: "0 0 516 729  "
  180. *ImageableArea Letter.Transverse: "0 0 612 792 "
  181. *ImageableArea Legal.Transverse:  "0 0 612 1008"
  182. *ImageableArea A4.Transverse: "0 0 595 842 "
  183. *ImageableArea A5.Transverse: "0 0 420 595 "
  184. *ImageableArea B5.Transverse: "0 0 516 729 "
  185. *?ImageableArea: "
  186.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  187.   newpath clippath pathbbox
  188.   4 -2 roll exch 2 {ceiling cvp} repeat
  189.   exch 2 {floor cvp} repeat flush
  190.  restore
  191. "
  192. *End
  193.  
  194. *% These provide the physical dimensions of the paper (by keyword)
  195. *DefaultPaperDimension: Letter
  196. *PaperDimension Letter: "612 792 "
  197. *PaperDimension Legal: "612 1008"
  198. *PaperDimension Note: "612 792"
  199. *PaperDimension Tabloid: "792 1224"
  200. *PaperDimension LARGE: "1130 1584"
  201. *PaperDimension A3: "842 1190"
  202. *PaperDimension A4: "595 842 "
  203. *PaperDimension A5: "420 595 "
  204. *PaperDimension B5: "516 729 "
  205. *PaperDimension Letter.Transverse: "792 612 "
  206. *PaperDimension Legal.Transverse: "1008 612"
  207. *PaperDimension A4.Transverse: "842 595 "
  208. *PaperDimension A5.Transverse: "595 420 "
  209. *PaperDimension B5.Transverse: "729 516 "
  210.  
  211. *% Default Handling Features. This machine is a roll-fed machine, which is 
  212. *% why most of these entries have values of "None".
  213. *DefaultPaperTray: None
  214. *DefaultOutputBin: Upper
  215. *DefaultInputSlot: None
  216. *DefaultManualFeed: False
  217. *DefaultOutputOrder: Normal
  218. *DefaultCollator: None
  219. *DefaultSorter: None
  220. *DefaultDuplex: None
  221.  
  222. *% Font Information =====================
  223.  
  224. *DefaultFont: Courier
  225. *Font Courier: Standard "(001.004)"
  226. *Font Courier-Bold: Standard "(001.004)"
  227. *Font Courier-BoldOblique: Standard "(001.004)"
  228. *Font Courier-Oblique: Standard "(001.004)"
  229. *Font Helvetica: Standard "(001.002)"
  230. *Font Helvetica-Bold: Standard "(001.002)"
  231. *Font Helvetica-BoldOblique: Standard "(001.002)"
  232. *Font Helvetica-Oblique: Standard "(001.002)"
  233. *Font Symbol: Special "(001.003)"
  234. *Font Times-Bold: Standard "(001.002)"
  235. *Font Times-BoldItalic: Standard "(001.004)"
  236. *Font Times-Italic: Standard "(001.002)"
  237. *Font Times-Roman: Standard "(001.002)"
  238. *?FontQuery: "
  239. save  4 dict begin /sv exch def
  240. /str (fonts/                              ) def
  241. /st2 128 string def
  242. {
  243.   count 0 gt {
  244.     dup st2 cvs (/) print print (:) print
  245.     dup FontDirectory exch known {pop (Yes)}{
  246.      str exch st2 cvs dup length /len exch def
  247.      6 exch putinterval str 0 len 6 add getinterval mark exch
  248.      { } st2 filenameforall counttomark 0 gt {
  249.       cleartomark (Yes)}{cleartomark (No)}ifelse
  250.     }ifelse = flush
  251.   }{ exit } ifelse
  252. } bind loop
  253. (*) = flush
  254. sv end restore
  255. "
  256. *End
  257.  
  258. *?FontList: "
  259. save  2 dict begin /sv exch def
  260. /str 128 string def
  261. FontDirectory { pop == } bind forall flush
  262. /filenameforall where { 
  263.  pop save (fonts/*) { 
  264.   dup length 6 sub 6 exch getinterval cvn == 
  265.  } bind str filenameforall flush restore
  266. } if 
  267. (*) = flush
  268. sv end restore
  269. "
  270. *End
  271.  
  272. *% Printer Messages (verbatim from printer):
  273. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  274. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  275. *Message: "\FontName\ not found, using Courier"
  276.  
  277. *% Status (format: %%[ status: <one of these> ]%% )
  278. *Status: "idle"
  279. *Status: "busy"
  280. *Status: "waiting"
  281. *Status: "printing"
  282.  
  283. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  284. *Source: "serial9"
  285. *Source: "serial25"
  286. *Source: "AppleTalk"
  287. *Source: "Centronics"
  288.  
  289. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  290.  
  291. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  292.  
  293.  
  294. *% Color Separation Information =====================
  295.  
  296. *InkName: ProcessCyan/Process Cyan
  297. *InkName: ProcessMagenta/Process Magenta
  298. *InkName: ProcessYellow/Process Yellow
  299. *InkName: ProcessBlack/Process Black
  300. *InkName: CustomColor/Custom Color
  301.  
  302. *% For 65 lpi  =====================================================
  303.  
  304. *ColorSepScreenAngle ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi: "45.0"
  305. *ColorSepScreenAngle CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi: "45.0"
  306. *ColorSepScreenAngle ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi: "18.43"
  307. *ColorSepScreenAngle ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi: "71.57"
  308. *ColorSepScreenAngle ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi: "0.0"
  309.  
  310. *ColorSepScreenFreq ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi: "70.71"
  311. *ColorSepScreenFreq CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi: "70.71"
  312. *ColorSepScreenFreq ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi: "63.25"
  313. *ColorSepScreenFreq ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi: "63.25"
  314. *ColorSepScreenFreq ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi: "66.67"
  315.  
  316. *ColorSepScreenAngle ProcessBlack.65lpi.2400dpi/65 lpi / 2400 dpi: "45.0"
  317. *ColorSepScreenAngle CustomColor.65lpi.2400dpi/65 lpi / 2400 dpi: "45.0"
  318. *ColorSepScreenAngle ProcessCyan.65lpi.2400dpi/65 lpi / 2400 dpi: "18.43"
  319. *ColorSepScreenAngle ProcessMagenta.65lpi.2400dpi/65 lpi / 2400 dpi: "71.57"
  320. *ColorSepScreenAngle ProcessYellow.65lpi.2400dpi/65 lpi / 2400 dpi: "0.0"
  321.  
  322. *ColorSepScreenFreq ProcessBlack.65lpi.2400dpi/65 lpi / 2400 dpi: "70.71"
  323. *ColorSepScreenFreq CustomColor.65lpi.2400dpi/65 lpi / 2400 dpi: "70.71"
  324. *ColorSepScreenFreq ProcessCyan.65lpi.2400dpi/65 lpi / 2400 dpi: "63.25"
  325. *ColorSepScreenFreq ProcessMagenta.65lpi.2400dpi/65 lpi / 2400 dpi: "63.25"
  326. *ColorSepScreenFreq ProcessYellow.65lpi.2400dpi/65 lpi / 2400 dpi: "66.67"
  327.  
  328. *% For 100 lpi  =====================================================
  329.  
  330. *ColorSepScreenAngle ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "45.0"
  331. *ColorSepScreenAngle CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "45.0"
  332. *ColorSepScreenAngle ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "18.43"
  333. *ColorSepScreenAngle ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "71.57"
  334. *ColorSepScreenAngle ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "0.0"
  335.  
  336. *ColorSepScreenFreq ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "106.07"
  337. *ColorSepScreenFreq CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "106.07"
  338. *ColorSepScreenFreq ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "94.87"
  339. *ColorSepScreenFreq ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "94.87"
  340. *ColorSepScreenFreq ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "100.00"
  341.  
  342. *ColorSepScreenAngle ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi: "45.0"
  343. *ColorSepScreenAngle CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi: "45.0"
  344. *ColorSepScreenAngle ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi: "18.43"
  345. *ColorSepScreenAngle ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi: "71.57"
  346. *ColorSepScreenAngle ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi: "0.0"
  347.  
  348. *ColorSepScreenFreq ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi: "106.07"
  349. *ColorSepScreenFreq CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi: "106.07"
  350. *ColorSepScreenFreq ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi: "94.87"
  351. *ColorSepScreenFreq ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi: "94.87"
  352. *ColorSepScreenFreq ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi: "100.00"
  353.  
  354. *% For 120 lpi  =====================================================
  355. *ColorSepScreenAngle ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi: "45.0"
  356. *ColorSepScreenAngle CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi: "45.0"
  357. *ColorSepScreenAngle ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi: "18.43"
  358. *ColorSepScreenAngle ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi: "71.57"
  359. *ColorSepScreenAngle ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi: "0.0"
  360.  
  361. *ColorSepScreenFreq ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi: "113.14"
  362. *ColorSepScreenFreq CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi: "113.14"
  363. *ColorSepScreenFreq ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi: "126.50"
  364. *ColorSepScreenFreq ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi: "126.50"
  365. *ColorSepScreenFreq ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi: "120.00"
  366.  
  367. *% For 133 lpi  =====================================================
  368.  
  369. *ColorSepScreenAngle ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi: "45.0"
  370. *ColorSepScreenAngle CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi: "45.0"
  371. *ColorSepScreenAngle ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi: "18.43"
  372. *ColorSepScreenAngle ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi: "71.57"
  373. *ColorSepScreenAngle ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi: "0.0"
  374.  
  375. *ColorSepScreenFreq ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi: "141.42"
  376. *ColorSepScreenFreq CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi: "141.42"
  377. *ColorSepScreenFreq ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi: "126.50"
  378. *ColorSepScreenFreq ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi: "126.50"
  379. *ColorSepScreenFreq ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi: "133.33"
  380.  
  381. *ColorSepScreenAngle ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi: "45.0"
  382. *ColorSepScreenAngle CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi: "45.0"
  383. *ColorSepScreenAngle ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi: "18.43"
  384. *ColorSepScreenAngle ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi: "71.57"
  385. *ColorSepScreenAngle ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi: "0.0"
  386.  
  387. *ColorSepScreenFreq ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi: "141.42"
  388. *ColorSepScreenFreq CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi: "141.42"
  389. *ColorSepScreenFreq ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi: "126.50"
  390. *ColorSepScreenFreq ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi: "126.50"
  391. *ColorSepScreenFreq ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi: "133.33"
  392.  
  393. *ColorSepScreenAngle ProcessBlack.133lpi.3600dpi/133 lpi / 3600 dpi: "45.0"
  394. *ColorSepScreenAngle CustomColor.133lpi.3600dpi/133 lpi / 3600 dpi: "45.0"
  395. *ColorSepScreenAngle ProcessCyan.133lpi.3600dpi/133 lpi / 3600 dpi: "18.43"
  396. *ColorSepScreenAngle ProcessMagenta.133lpi.3600dpi/133 lpi / 3600 dpi: "71.57"
  397. *ColorSepScreenAngle ProcessYellow.133lpi.3600dpi/133 lpi / 3600 dpi: "0.0"
  398.  
  399. *ColorSepScreenFreq ProcessBlack.133lpi.3600dpi/133 lpi / 3600 dpi: "141.421"
  400. *ColorSepScreenFreq CustomColor.133lpi.3600dpi/133 lpi / 3600 dpi: "141.421"
  401. *ColorSepScreenFreq ProcessCyan.133lpi.3600dpi/133 lpi / 3600 dpi: "126.491"
  402. *ColorSepScreenFreq ProcessMagenta.133lpi.3600dpi/133 lpi / 3600 dpi: "126.491"
  403. *ColorSepScreenFreq ProcessYellow.133lpi.3600dpi/133 lpi / 3600 dpi: "133.333"
  404.  
  405. *% For 150 lpi  =====================================================
  406.  
  407. *ColorSepScreenAngle ProcessBlack.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "45.0"
  408. *ColorSepScreenAngle CustomColor.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "45.0"
  409. *ColorSepScreenAngle ProcessCyan.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "18.43"
  410. *ColorSepScreenAngle ProcessMagenta.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "71.57"
  411. *ColorSepScreenAngle ProcessYellow.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "0.0"
  412.  
  413. *ColorSepScreenFreq ProcessBlack.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "169.71"
  414. *ColorSepScreenFreq CustomColor.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "169.71"
  415. *ColorSepScreenFreq ProcessCyan.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "126.50"
  416. *ColorSepScreenFreq ProcessMagenta.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "126.50"
  417. *ColorSepScreenFreq ProcessYellow.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "150.00"
  418.  
  419. *ColorSepScreenAngle ProcessBlack.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "45.0"
  420. *ColorSepScreenAngle CustomColor.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "45.0"
  421. *ColorSepScreenAngle ProcessCyan.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "18.43"
  422. *ColorSepScreenAngle ProcessMagenta.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "71.57"
  423. *ColorSepScreenAngle ProcessYellow.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "0.0"
  424.  
  425. *ColorSepScreenFreq ProcessBlack.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "169.71"
  426. *ColorSepScreenFreq CustomColor.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "169.71"
  427. *ColorSepScreenFreq ProcessCyan.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "126.50"
  428. *ColorSepScreenFreq ProcessMagenta.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "126.50"
  429. *ColorSepScreenFreq ProcessYellow.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "150.00"
  430.  
  431. *% For 150 lpi  =====================================================
  432.  
  433. *ColorSepScreenAngle ProcessBlack.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "45.0"
  434. *ColorSepScreenAngle CustomColor.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "45.0"
  435. *ColorSepScreenAngle ProcessCyan.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "18.43"
  436. *ColorSepScreenAngle ProcessMagenta.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "71.57"
  437. *ColorSepScreenAngle ProcessYellow.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "0.0"
  438.  
  439. *ColorSepScreenFreq ProcessBlack.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "169.71"
  440. *ColorSepScreenFreq CustomColor.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "169.71"
  441. *ColorSepScreenFreq ProcessCyan.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "126.50"
  442. *ColorSepScreenFreq ProcessMagenta.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "126.50"
  443. *ColorSepScreenFreq ProcessYellow.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "150.00"
  444.  
  445. *ColorSepScreenAngle ProcessBlack.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "45.0"
  446. *ColorSepScreenAngle CustomColor.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "45.0"
  447. *ColorSepScreenAngle ProcessCyan.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "14.93"
  448. *ColorSepScreenAngle ProcessMagenta.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "75.07"
  449. *ColorSepScreenAngle ProcessYellow.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "0.0"
  450.  
  451. *ColorSepScreenFreq ProcessBlack.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "154.28"
  452. *ColorSepScreenFreq CustomColor.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "154.28"
  453. *ColorSepScreenFreq ProcessCyan.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "154.60"
  454. *ColorSepScreenFreq ProcessMagenta.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "154.60"
  455. *ColorSepScreenFreq ProcessYellow.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "150.00"
  456.  
  457. *ColorSepScreenAngle ProcessBlack.150lpi.3600dpi/150 lpi / 3600 dpi: "45.0"
  458. *ColorSepScreenAngle CustomColor.150lpi.3600dpi/150 lpi / 3600 dpi: "45.0"
  459. *ColorSepScreenAngle ProcessCyan.150lpi.3600dpi/150 lpi / 3600 dpi: "18.43"
  460. *ColorSepScreenAngle ProcessMagenta.150lpi.3600dpi/150 lpi / 3600 dpi: "71.57"
  461. *ColorSepScreenAngle ProcessYellow.150lpi.3600dpi/150 lpi / 3600 dpi: "0.0"
  462.  
  463. *ColorSepScreenFreq ProcessBlack.150lpi.3600dpi/150 lpi / 3600 dpi: "159.099"
  464. *ColorSepScreenFreq CustomColor.150lpi.3600dpi/150 lpi / 3600 dpi: "159.099"
  465. *ColorSepScreenFreq ProcessCyan.150lpi.3600dpi/150 lpi / 3600 dpi: "142.302"
  466. *ColorSepScreenFreq ProcessMagenta.150lpi.3600dpi/150 lpi / 3600 dpi: "142.302"
  467. *ColorSepScreenFreq ProcessYellow.150lpi.3600dpi/150 lpi / 3600 dpi: "150.00"
  468.  
  469. *% For 160 lpi  =====================================================
  470.  
  471. *ColorSepScreenAngle ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi: "45.0"
  472. *ColorSepScreenAngle CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi: "45.0"
  473. *ColorSepScreenAngle ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi: "18.43"
  474. *ColorSepScreenAngle ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi: "71.57"
  475. *ColorSepScreenAngle ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi: "0.0"
  476.  
  477. *ColorSepScreenFreq ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi: "169.71"
  478. *ColorSepScreenFreq CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi: "169.71"
  479. *ColorSepScreenFreq ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi: "151.79"
  480. *ColorSepScreenFreq ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi: "151.79"
  481. *ColorSepScreenFreq ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi: "160.00"
  482.  
  483. *% For 175 lpi  =====================================================
  484.  
  485. *ColorSepScreenAngle ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
  486. *ColorSepScreenAngle CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
  487. *ColorSepScreenAngle ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "18.43"
  488. *ColorSepScreenAngle ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "71.57"
  489. *ColorSepScreenAngle ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "0.0"
  490.  
  491. *ColorSepScreenFreq ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "169.71"
  492. *ColorSepScreenFreq CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "169.71"
  493. *ColorSepScreenFreq ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "189.74"
  494. *ColorSepScreenFreq ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "189.74"
  495. *ColorSepScreenFreq ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "160.00"
  496.  
  497. *ColorSepScreenAngle ProcessBlack.175lpi.3600dpi/175 lpi / 3600 dpi: "45.0"
  498. *ColorSepScreenAngle CustomColor.175lpi.3600dpi/175 lpi / 3600 dpi: "45.0"
  499. *ColorSepScreenAngle ProcessCyan.175lpi.3600dpi/175 lpi / 3600 dpi: "18.43"
  500. *ColorSepScreenAngle ProcessMagenta.175lpi.3600dpi/175 lpi / 3600 dpi: "71.57"
  501. *ColorSepScreenAngle ProcessYellow.175lpi.3600dpi/175 lpi / 3600 dpi: "0.0"
  502.  
  503. *ColorSepScreenFreq ProcessBlack.175lpi.3600dpi/175 lpi / 3600 dpi: "181.827"
  504. *ColorSepScreenFreq CustomColor.175lpi.3600dpi/175 lpi / 3600 dpi: "181.827"
  505. *ColorSepScreenFreq ProcessCyan.175lpi.3600dpi/175 lpi / 3600 dpi: "162.631"
  506. *ColorSepScreenFreq ProcessMagenta.175lpi.3600dpi/175 lpi / 3600 dpi: "162.631"
  507. *ColorSepScreenFreq ProcessYellow.175lpi.3600dpi/175 lpi / 3600 dpi: "171.429"
  508.  
  509. *% For 200 lpi  =====================================================
  510.  
  511. *ColorSepScreenAngle ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi: "45.0"
  512. *ColorSepScreenAngle CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi: "45.0"
  513. *ColorSepScreenAngle ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi: "18.43"
  514. *ColorSepScreenAngle ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi: "71.57"
  515. *ColorSepScreenAngle ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi: "0.0"
  516.  
  517. *ColorSepScreenFreq ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi: "212.13"
  518. *ColorSepScreenFreq CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi: "212.13"
  519. *ColorSepScreenFreq ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi: "189.74"
  520. *ColorSepScreenFreq ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi: "189.74"
  521. *ColorSepScreenFreq ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi: "200.00"
  522.  
  523. *ColorSepScreenAngle ProcessBlack.200lpi.3600dpi/200 lpi / 3600 dpi: "45.0"
  524. *ColorSepScreenAngle CustomColor.200lpi.3600dpi/200 lpi / 3600 dpi: "45.0"
  525. *ColorSepScreenAngle ProcessCyan.200lpi.3600dpi/200 lpi / 3600 dpi: "18.43"
  526. *ColorSepScreenAngle ProcessMagenta.200lpi.3600dpi/200 lpi / 3600 dpi: "71.57"
  527. *ColorSepScreenAngle ProcessYellow.200lpi.3600dpi/200 lpi / 3600 dpi: "0.0"
  528.  
  529. *ColorSepScreenFreq ProcessBlack.200lpi.3600dpi/200 lpi / 3600 dpi: "212.132"
  530. *ColorSepScreenFreq CustomColor.200lpi.3600dpi/200 lpi / 3600 dpi: "212.132"
  531. *ColorSepScreenFreq ProcessCyan.200lpi.3600dpi/200 lpi / 3600 dpi: "189.737"
  532. *ColorSepScreenFreq ProcessMagenta.200lpi.3600dpi/200 lpi / 3600 dpi: "189.737"
  533. *ColorSepScreenFreq ProcessYellow.200lpi.3600dpi/200 lpi / 3600 dpi: "200.00"
  534.  
  535. *% For 240 lpi  =====================================================
  536.  
  537. *ColorSepScreenAngle ProcessBlack.240lpi.3600dpi/240 lpi / 3600 dpi: "45.0"
  538. *ColorSepScreenAngle CustomColor.240lpi.3600dpi/240 lpi / 3600 dpi: "45.0"
  539. *ColorSepScreenAngle ProcessCyan.240lpi.3600dpi/240 lpi / 3600 dpi: "18.43"
  540. *ColorSepScreenAngle ProcessMagenta.240lpi.3600dpi/240 lpi / 3600 dpi: "71.57"
  541. *ColorSepScreenAngle ProcessYellow.240lpi.3600dpi/240 lpi / 3600 dpi: "0.0"
  542.  
  543. *ColorSepScreenFreq ProcessBlack.240lpi.3600dpi/240 lpi / 3600 dpi: "254.558"
  544. *ColorSepScreenFreq CustomColor.240lpi.3600dpi/240 lpi / 3600 dpi: "254.558"
  545. *ColorSepScreenFreq ProcessCyan.240lpi.3600dpi/240 lpi / 3600 dpi: "227.684"
  546. *ColorSepScreenFreq ProcessMagenta.240lpi.3600dpi/240 lpi / 3600 dpi: "227.684"
  547. *ColorSepScreenFreq ProcessYellow.240lpi.3600dpi/240 lpi / 3600 dpi: "240.000"
  548.  
  549. *% For 300 lpi  =====================================================
  550.  
  551. *ColorSepScreenAngle ProcessBlack.300lpi.3600dpi/300 lpi / 3600 dpi: "45.0"
  552. *ColorSepScreenAngle CustomColor.300lpi.3600dpi/300 lpi / 3600 dpi: "45.0"
  553. *ColorSepScreenAngle ProcessCyan.300lpi.3600dpi/300 lpi / 3600 dpi: "18.43"
  554. *ColorSepScreenAngle ProcessMagenta.300lpi.3600dpi/300 lpi / 3600 dpi: "71.57"
  555. *ColorSepScreenAngle ProcessYellow.300lpi.3600dpi/300 lpi / 3600 dpi: "0.0"
  556.  
  557. *ColorSepScreenFreq ProcessBlack.300lpi.3600dpi/300 lpi / 3600 dpi: "318.198"
  558. *ColorSepScreenFreq CustomColor.300lpi.3600dpi/300 lpi / 3600 dpi: "318.198"
  559. *ColorSepScreenFreq ProcessCyan.300lpi.3600dpi/300 lpi / 3600 dpi: "284.605"
  560. *ColorSepScreenFreq ProcessMagenta.300lpi.3600dpi/300 lpi / 3600 dpi: "284.605"
  561. *ColorSepScreenFreq ProcessYellow.300lpi.3600dpi/300 lpi / 3600 dpi: "300.000"
  562.  
  563. *% end of PPD file for SelectSet 5000